| Einhugur Xml Plugin for Xojo |
|
Node.InsertChildAfter Method
Inserts child of specific type after a specific child node.
Parameters
- type
- Type of the node.
- node
- Child will be inserted after the node in this parameter.
Returns
- EinhugurXml.Node
- The newly created child node.
Remarks
See Also
Node Class